ocr: Help File ps Display all current processes in the system. The fields are as follows: PID Process ID (the address of the process descriptor). SP The current value of the process stack pointer. stksize - The size of the stack allocated to the process. maxstk The apparent peak stack utilization of this process. This is done in a somewhat heuristic fashion, sO the numbers should be treated as approximate. If this mumber reaches or exceeds the stksize figure, the system is almost certain to crash; the AmigaNOS program should be recompiled to give the process a larger allocation when it is started. ...